-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
benchtool: avoid registering DNS metrics twice #188
Conversation
Thanks @edma2 for your contribution! The changes LGTM. I think we could add a quick test to |
@gotjosh I'm happy to add a test - but I'm unsure where to start. One idea is to call |
Ah, you're right. Adding this test doesn't look as simple as I originally thought. In that case, I'm happy to proceed as is - can you please add a changelog entry? Something like this within cmd/bechtool should do the trick. e.g.
|
Sure thing, added to CHANGELOG. |
Co-authored-by: gotjosh <[email protected]>
Thanks! |
Signed-off-by: Tom Hayward <[email protected]> improve CI rules Signed-off-by: ShuzZzle <[email protected]>
This reverts commit 6620fde. Signed-off-by: Tom Hayward <[email protected]>
Enabling both query and write capabilities (
bench.query.enabled
,bench.write.enabled
) will result in this error on startup:Use a different metric prefix for query and write runners.